home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / rsgage.zip / RESGAUGE.TXT < prev   
Text File  |  1991-06-04  |  1KB  |  27 lines

  1.                               Resource Gauge v1.0
  2.                             Richard Franklin Albury
  3.                                    Davie, FL
  4.                                   4 June 1991
  5.                                  CIS: 76477,534
  6.  
  7. I've seen a few inquiries in the Windows development forums lately about how
  8. to calculate free system resources.  Since I've figured out how to do this,
  9. I whipped up Resource Gauge, which not only shows how this is done but which
  10. should also prove to be a useful tool.
  11.  
  12. A few notes regarding the program:
  13.     o The display consists of an icon-sized "gas gauge", with used resources
  14.       in blue and free resources in white and also in text in the center of
  15.       the display.  I wrote this on a VGA system, so I don't know - or much
  16.       care! :) - what it looks like on a Hercules or CGA display.
  17.     o The make file builds the program to run only in protected mode.  I see
  18.       no reason to use real mode, and in my opinion, nobody in their right
  19.       mind runs real mode.
  20.     o I use Mike Geary's FixDS, so you won't see MakeProcInstance() or
  21.       EXPORT in the source.  If you don't use this little gem, I highly
  22.       recommend you download it and read the documentation.  Thanks, Mike!
  23.     o You can only run one instance of this program, and it always stays
  24.       iconized.  It doesn't make much sense to do things any other way.
  25.     o Feel free to use anything you find of use in the code.  I'm not
  26.       possessive!
  27.